home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xspread / hp700 / xspread
Text File  |  1994-10-02  |  1KB  |  52 lines

  1. --- ./Imakefile.rtr    Wed Feb 17 16:46:19 1993
  2. +++ ./Imakefile    Fri Jul 22 10:49:16 1994
  3. @@ -1,7 +1,7 @@
  4.  
  5.  #  I use the latest gcc to find bugs..
  6.  #CC=gcc2.3.3
  7. -CC=gcc
  8. +CC=cc
  9.  
  10.  #  SAVENAME    name to save backup worksheet to.
  11.  #  SC_FONT     is the default font to use.
  12. @@ -16,7 +16,7 @@
  13.  #  Define -DRE_COMP for BSD/SUN regular expression handler 
  14.  
  15.  # If you have problems you might want to call this DEFINES = 
  16. -EXTRA_DEFINES = -DDOBACKUPS -DSIGVOID -DRINT -DRE_COMP \
  17. +EXTRA_DEFINES = -DDOBACKUPS -DSIGVOID -DRINT \
  18.                  -DDFLT_PAGER=\"more\" -DSAVENAME=\"SC.SAVE\" \
  19.          -DDOINGX -DSC_FONT=\"9x15\" -DCRYPT_PATH \
  20.          -DBSD43
  21. --- ./cmds.c.rtr    Tue Jan 26 13:29:12 1993
  22. +++ ./cmds.c    Wed Jul 20 09:09:50 1994
  23. @@ -27,8 +27,10 @@
  24.  #if defined(BSD42) || defined(BSD43)
  25.  #include <strings.h>
  26.  #else
  27. +#if 0
  28.  #ifndef SYSIII
  29.  #include <string.h>
  30. +#endif
  31.  #endif
  32.  #endif
  33.  
  34. --- ./format.c.rtr    Thu Dec 10 13:08:01 1992
  35. +++ ./format.c    Fri Jul 22 10:25:16 1994
  36. @@ -99,13 +99,13 @@
  37.  #define EOS    '\0'
  38.  #define MAXBUF    256
  39.  
  40. -#if defined(BSD42) || defined(BSD43)
  41. +/* #if defined(BSD42) || defined(BSD43)
  42.  #include <strings.h>
  43.  #else
  44.  #ifndef SYSIII
  45.  #include <string.h>
  46.  #endif
  47. -#endif
  48. +#endif */
  49.  
  50.  #ifdef __STDC__
  51.  
  52.